home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 25 / CD Expert nº 25 Twinsen's Odyssey.7z / CD Expert nº 25 Twinsen's Odyssey.bin / splash / stringse.txt < prev    next >
Text File  |  1997-06-16  |  13KB  |  372 lines

  1. //
  2. //
  3. //    ==THIS IS THE LOCALIZATION-FRIENDLY "STRINGS" FILE==
  4. //    ========USED BY INSTALLSHIELD AND SPLASH.EXE========
  5. //
  6. //
  7. //    INSTRUCTIONS:
  8. //
  9. //    * Any line that starts with a // (double front slash) is
  10. //      ignored (commented) by Splash.exe and InstallShield.
  11. //
  12. //    * The commented lines (this one included) are there only
  13. //      to assist the person who edits this file.
  14. //
  15. //    * LEAVE NO BLANK LINES.  Every line MUST be commented
  16. //      unless it is to be read and interpreted by Splash.exe
  17. //      and InstallShield.
  18. //
  19. //    * DO NOT ADD ANY LINES.  You may only alter existing lines.
  20. //      If an extra string is needed, contact Cross Production.
  21. //
  22. //    * DO NOT CHANGE THE ORDER OF ANY LINES.
  23. //
  24. //    * DO NOT ADD NUMBERS TO THE BEGINNINGS OF LINES.
  25. //
  26. //    * THIS DOCUMENT MUST BE SAVED AS A .TXT FILE.
  27. //
  28. //    * Max string length = 1024.
  29. //
  30. //
  31. ////////////////////////////////////////////////////////////////////
  32. ////////////////////////////////////////////////////////////////////
  33. ////////////////////////////////////////////////////////////////////
  34. //
  35. //    szCompanyName
  36. //    After installation, this ends up as a registry key directly
  37. //    under the HKEY_LOCAL_MACHINE/SOFTWARE key.
  38. //
  39. Activision
  40. ////////////////////////////////////////////////////////////////////
  41. //
  42. //    szAppName
  43. //    After installation, this ends up as a registry key directly
  44. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName key.
  45. //    This also ends up as the program folder icon name for the
  46. //    main executable.
  47. //
  48. Twinsen's Odyssey
  49. ////////////////////////////////////////////////////////////////////
  50. //
  51. //    szRootDir
  52. //    The default "install to" path in InstallShield will be
  53. //    \Program Files\szCompanyName\szRootDir.
  54. //
  55. Twinsen's Odyssey
  56. ////////////////////////////////////////////////////////////////////
  57. //
  58. //    szFTPReference
  59. //    The game updater uses this to recognize this game.
  60. //
  61. TWINSENW95
  62. ////////////////////////////////////////////////////////////////////
  63. //
  64. //    szProgramExecutable
  65. //    This is the actual name of the main executable program.
  66. //
  67. Twinsen.exe
  68. ////////////////////////////////////////////////////////////////////
  69. //
  70. //    szProductKey
  71. //    After installation, this ends up as a registry key directly
  72. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  73. //    CurrentVersion/App Paths key.
  74. //    In some cases, this is the same as szProgramExecutable.
  75. //
  76. Twinsen_exe
  77. ////////////////////////////////////////////////////////////////////
  78. //
  79. //    szProductVersion
  80. //    After installation, this ends up as a registry key directly
  81. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName/
  82. //    szAppName key.
  83. //
  84. 1.0
  85. ////////////////////////////////////////////////////////////////////
  86. //
  87. //    szProgramFolderName
  88. //    This is what gets put into the Windows95 Taskbar Start Menu.
  89. //    In other words, after installation there will be a folder
  90. //    called Windows\Start Menu\Programs\szProgramFolderName.
  91. //
  92. Twinsen's Odyssey
  93. ////////////////////////////////////////////////////////////////////
  94. //
  95. //    szTechnicalHelp
  96. //    This goes into the program folder with the Help icon.
  97. //
  98. Technical Help
  99. ////////////////////////////////////////////////////////////////////
  100. //
  101. //    szUninstall
  102. //    This goes into the program folder with the Uninstall icon.
  103. //
  104. Uninstall Twinsen's Odyssey
  105. ////////////////////////////////////////////////////////////////////
  106. //
  107. //    szUninstallName
  108. //    This is what shows up in the Add/Remove Programs list box
  109. //    located in the control panel after installation.
  110. //
  111. Twinsen's Odyssey
  112. ////////////////////////////////////////////////////////////////////
  113. //
  114. //    szUninstallKey
  115. //    After installation, this ends up as a registry key directly
  116. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/
  117. //    CurrentVersion/Uninstall key.
  118. //
  119. TwinsenUninstallKey
  120. ////////////////////////////////////////////////////////////////////
  121. //
  122. //    szAppWindowName
  123. //    To find out what this should be, run the game and press
  124. //    Ctrl-Alt-Delete.  The game's window name will show in the
  125. //    list box.  This variable is used to prevent Splash.exe from
  126. //    running when the game is already running.
  127. //
  128. Adeline
  129. ////////////////////////////////////////////////////////////////////
  130. //
  131. //    szAppWindowClass
  132. //    This is similar to szAppWindowName.  Ask the Game's
  133. //    developers what they called the game's window class or use
  134. //    Spy++.  This is also used to detect if the games is running.
  135. //
  136. ADELINE
  137. ////////////////////////////////////////////////////////////////////
  138. //
  139. //    szSplashScreenName
  140. //    This is the name of the window and the window class of the
  141. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  142. //    dialog box when the splash screen is running.
  143. //
  144. The Twinsen's Odyssey Splash Screen
  145. ////////////////////////////////////////////////////////////////////
  146. //
  147. //    sz16ColorWarning
  148. //    This is self-explanatory.
  149. //
  150. Twinsen's Odyssey does not support 16-color mode.
  151. ////////////////////////////////////////////////////////////////////
  152. //
  153. //    szMovieWarning
  154. //    This is displayed to the user's system is in 256-color mode
  155. //    and attempts to play a high-color movie.
  156. //
  157. In order to play this movie, your system must be in 16-bit color mode or higher.  Please change your system's color mode and restart Splash.
  158. ////////////////////////////////////////////////////////////////////
  159. //
  160. //    szFindBitmapWarning
  161. //    This is displayed to the user if there is an error (for
  162. //    whatever reason) loading a bmp from the disk.
  163. //
  164. Unable to load a necessary bitmap.
  165. ////////////////////////////////////////////////////////////////////
  166. //
  167. //    szOutOfMemoryWarning
  168. //    This is displayed to the user whenever a call to "malloc"
  169. //    or "new" fails.
  170. //
  171. Unable to allocate enough RAM.
  172. ////////////////////////////////////////////////////////////////////
  173. //
  174. //    szFindBrowserWarning
  175. //    This is displayed to the user if a web button is pressed and
  176. //    neither Netscape nor IExplore is found on their system.
  177. //
  178. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  179. ////////////////////////////////////////////////////////////////////
  180. //
  181. //    szInformation
  182. //    The localized translation of the word "Information."
  183. //
  184. Information
  185. ////////////////////////////////////////////////////////////////////
  186. //
  187. //    DirectX Dialog Box Strings.
  188. //    Displayed when the user does not have DirectX installed.
  189. //
  190. Microsoft DirectX 3a or greater was not detected on your system.
  191. Twinsen's Odyssey requires Microsoft DirectX 3a drivers, which enhance the sound and graphics capabilities of your system.  These drivers may not be compatible with some video cards and certain display modes.
  192. DirectX 3a will be installed over your existing video card drivers and any previous versions of DirectX, after which you may be instructed to restart your computer.
  193. If you do not want to install DirectX 3a or you believe that DirectX 3a is incompatible with your hardware, please click the Cancel button to continue without installing DirectX 3a or click the Exit button to exit.
  194. For more information on DirectX 3a and answers to questions regarding your hardware's compatibility please click the Help button below.
  195. If you experience problems with DirectX, please contact Microsoft at:
  196. Microsoft Customer Sales and Service
  197. One Microsoft Way
  198. Redmond, WA  98052-6399, USA
  199. Call 1-800-426-9400, in the US
  200. Call ++1-206-882-8080 outside the United States
  201. Click OK to continue installing DirectX 3a.  Click Cancel to cancel DirectX 3a installation.
  202. DirectX 3a was successfully installed.
  203. DirectX 3a was successfully installed.  You will need to restart you computer before playing Twinsen's Odyssey.
  204. Please insert the Twinsen's Odyssey CD in your CDROM drive.  Click OK when ready.
  205. ////////////////////////////////////////////////////////////////////
  206. //
  207. //    Welcome Dialog Box Strings
  208. //    Displayed on the InstallShield Welcome dialog box.
  209. //
  210. Beginning Twinsen's Odyssey Setup...
  211. Successful completion of the setup process will install Twinsen's Odyssey on your computer.
  212. It is strongly recommended that you shut down all other Windows programs before proceeding with this Setup Program.  You may click Cancel to quit Setup and close any programs you have running.
  213. Click Next to continue with the Setup program.
  214. WARNING: This program is protected by copyright law and international treaties.
  215. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  216. ////////////////////////////////////////////////////////////////////
  217. //
  218. //    SetupType Dialog Box Strings
  219. //    Displayed on the InstallShield SetupType dialog box.
  220. //
  221. Choose an installation type by clicking either the Minimum button or the Maximum button below.
  222. Minimum Install:  ( 45MB ) This option will install all of the files that are needed to play Twinsen's Odyssey.  If you choose this option, the voice files that are used throughout the game will be kept on the CD and will be loaded to your hard drive only when you travel to a new island.  You will always need to have an additional 10MB of hard drive space free for the appropriate voice file to be transferred.
  223. Maximum Install:  ( 120MB ) This option will install all of the files, including all of the voice files, to your hard drive.  If you choose this option, all of the voice files will be loaded during the install process instead of being loaded when you travel to a new island.
  224. ////////////////////////////////////////////////////////////////////
  225. //
  226. //    AskDestPath Dialog Box Strings
  227. //    Displayed on the InstallShield AskDestPath dialog box.
  228. //
  229. Setup will install Twinsen's Odyssey to the following directory:
  230. To install to this directory, click Install.
  231. To install to a different directory, click the Change Directory button below and select a different directory.
  232. You can choose not to install Twinsen's Odyssey by clicking Cancel to exit Setup.
  233. The current destination drive contains insufficient disk space.  Please choose a different directory.
  234. Copying Twinsen's Odyssey program files...
  235. ////////////////////////////////////////////////////////////////////
  236. //
  237. //    Finish Dialog Box Strings
  238. //    Displayed on the InstallShield Finish dialog box.
  239. //
  240. Installation is now complete.  Click Finish to exit setup and begin Twinsen's Odyssey.
  241. Installation is now complete.  Before playing Twinsen's Odyssey you must restart your computer.  Click Restart to restart your computer now or click Cancel to exit Setup.
  242. ////////////////////////////////////////////////////////////////////
  243. //
  244. //    InstallShield warnings.
  245. //    Displayed when the user's system is missing one or more of
  246. //    the game's system requirements.
  247. //
  248. The following requirement(s) were not detected on your system.  Click Help for more information on Twinsen's Odyssey's system requirements or click Install to continue with the installation.
  249. Windows95 operating system
  250. Pentium 90 MHz processor or better
  251. 16 MB of RAM or more
  252. 256-color capability or better
  253. 1 MB of Video RAM or more
  254. 2X CDROM drive or better
  255. ////////////////////////////////////////////////////////////////////
  256. //
  257. //    More InstallShield error messages.
  258. //
  259. Twinsen's Odyssey requires a 32-bit operating system to install.
  260. The following error occurred during the move data process :
  261. UnInstaller setup failed to initialize.  You may not be able to uninstall this product.
  262. Would you like to terminate the Twinsen's Odyssey setup process?
  263. The Twinsen's Odyssey setup process has been terminated.
  264. This version of Twinsen's Odyssey requires an English language operating system to run.  Please contact Activision for information on versions of Twinsen's Odyssey localized to work with your operating system.
  265. ////////////////////////////////////////////////////////////////////
  266. ////////////////////////////////////////////////////////////////////
  267. ////////////////////////////////////////////////////////////////////
  268. //
  269. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  270. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  271. //
  272. //    ASCII Value    Symbol
  273. //    161        í
  274. //    162        ó
  275. //    163        ú
  276. //    164        ñ
  277. //    165        Ñ
  278. //    166        ª
  279. //    167        º
  280. //    168        ¿
  281. //    169        ⌐
  282. //    170        ¬
  283. //    171        ½
  284. //    172        ¼
  285. //    173        ¡
  286. //    174        «
  287. //    175        »
  288. //    176        ░
  289. //    177        ▒
  290. //    178        ▓
  291. //    179        │
  292. //    180        ┤
  293. //    181        ╡
  294. //    182        ╢
  295. //    183        ╖
  296. //    184        ╕
  297. //    185        ╣
  298. //    186        ║
  299. //    187        ╗
  300. //    188        ╝
  301. //    189        ╜
  302. //    190        ╛
  303. //    191        ┐
  304. //    192        └
  305. //    193        ┴
  306. //    194        ┬
  307. //    195        ├
  308. //    196        ─
  309. //    197        ┼
  310. //    198        ╞
  311. //    199        ╟
  312. //    200        ╚
  313. //    201        ╔
  314. //    202        ╩
  315. //    203        ╦
  316. //    204        ╠
  317. //    205        ═
  318. //    206        ╬
  319. //    207        ╧
  320. //    208        ╨
  321. //    209        ╤
  322. //    210        ╥
  323. //    211        ╙
  324. //    212        ╘
  325. //    213        ╒
  326. //    214        ╓
  327. //    215        ╫
  328. //    216        ╪
  329. //    217        ┘
  330. //    218        ┌
  331. //    219        █
  332. //    220        ▄
  333. //    221        ▌
  334. //    222        ▐
  335. //    223        ▀
  336. //    224        α
  337. //    225        ß
  338. //    226        Γ
  339. //    227        π
  340. //    228        Σ
  341. //    229        σ
  342. //    230        µ
  343. //    231        τ
  344. //    232        Φ
  345. //    233        Θ
  346. //    234        Ω
  347. //    235        δ
  348. //    236        ∞
  349. //    237        φ
  350. //    238        ε
  351. //    239        ∩
  352. //    240        ≡
  353. //    241        ±
  354. //    242        ≥
  355. //    243        ≤
  356. //    244        ⌠
  357. //    245        ⌡
  358. //    246        ÷
  359. //    247        ≈
  360. //    248        °
  361. //    249        ∙
  362. //    250        ·
  363. //    251        √
  364. //    252        ⁿ
  365. //    253        ²
  366. //    254        ■
  367. //    255         
  368. //
  369. ////////////////////////////////////////////////////////////////////
  370. //
  371. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  372. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====